home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Sécurité / Asquared / a2freesetup.exe / {app} / a2scan.exe / 0 / RCDATA / TSCANNERFORM / TSCANNERFORM.txt < prev   
Text File  |  2005-02-28  |  22KB  |  672 lines

  1. object ScannerForm: TScannerForm
  2.   Left = 309
  3.   Top = 386
  4.   ActiveControl = Button1
  5.   Anchors = []
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'a'#178' Scanner'
  9.   ClientHeight = 441
  10.   ClientWidth = 608
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object ScanProgress: TPanel
  26.     Left = 0
  27.     Top = 74
  28.     Width = 608
  29.     Height = 367
  30.     Align = alClient
  31.     BevelOuter = bvNone
  32.     TabOrder = 1
  33.     Visible = False
  34.     DesignSize = (
  35.       608
  36.       367)
  37.     object Panel6: TPanel
  38.       Left = 0
  39.       Top = 334
  40.       Width = 608
  41.       Height = 33
  42.       Align = alBottom
  43.       Anchors = [akLeft, akTop, akRight]
  44.       BevelOuter = bvNone
  45.       TabOrder = 3
  46.       DesignSize = (
  47.         608
  48.         33)
  49.       object pb: TProgressBar
  50.         Left = 8
  51.         Top = 9
  52.         Width = 590
  53.         Height = 16
  54.         Anchors = [akLeft, akRight, akBottom]
  55.         Min = 0
  56.         Max = 0
  57.         Step = 1
  58.         TabOrder = 0
  59.       end
  60.     end
  61.     object GroupBox1: TGroupBox
  62.       Left = 416
  63.       Top = 8
  64.       Width = 185
  65.       Height = 288
  66.       Anchors = [akTop, akRight, akBottom]
  67.       Caption = 'Scan statistics'
  68.       TabOrder = 0
  69.       DesignSize = (
  70.         185
  71.         288)
  72.       object Label3: TLabel
  73.         Left = 16
  74.         Top = 24
  75.         Width = 83
  76.         Height = 13
  77.         Caption = 'Scanned objects:'
  78.       end
  79.       object Label4: TLabel
  80.         Left = 16
  81.         Top = 64
  82.         Width = 79
  83.         Height = 13
  84.         Caption = 'Malware files:'
  85.         Font.Charset = DEFAULT_CHARSET
  86.         Font.Color = clRed
  87.         Font.Height = -11
  88.         Font.Name = 'MS Sans Serif'
  89.         Font.Style = [fsBold]
  90.         ParentFont = False
  91.       end
  92.       object Label5: TLabel
  93.         Left = 24
  94.         Top = 40
  95.         Width = 24
  96.         Height = 13
  97.         Caption = '3424'
  98.       end
  99.       object Label6: TLabel
  100.         Left = 24
  101.         Top = 80
  102.         Width = 8
  103.         Height = 13
  104.         Caption = '3'
  105.         Font.Charset = DEFAULT_CHARSET
  106.         Font.Color = clRed
  107.         Font.Height = -11
  108.         Font.Name = 'MS Sans Serif'
  109.         Font.Style = [fsBold]
  110.         ParentFont = False
  111.       end
  112.       object lUnpack: TLabel
  113.         Left = 8
  114.         Top = 272
  115.         Width = 169
  116.         Height = 13
  117.         Alignment = taCenter
  118.         AutoSize = False
  119.         Caption = 'Unpacking ...'
  120.         Font.Charset = DEFAULT_CHARSET
  121.         Font.Color = clWindowText
  122.         Font.Height = -11
  123.         Font.Name = 'MS Sans Serif'
  124.         Font.Style = [fsBold]
  125.         ParentFont = False
  126.         Visible = False
  127.       end
  128.       object Animate1: TAnimate
  129.         Left = 56
  130.         Top = 223
  131.         Width = 80
  132.         Height = 50
  133.         Active = False
  134.         Anchors = [akLeft, akBottom]
  135.         AutoSize = False
  136.         CommonAVI = aviFindFolder
  137.         StopFrame = 29
  138.       end
  139.     end
  140.     object Memo1: TMemo
  141.       Left = 8
  142.       Top = 8
  143.       Width = 401
  144.       Height = 320
  145.       Anchors = [akLeft, akTop, akRight, akBottom]
  146.       Font.Charset = ANSI_CHARSET
  147.       Font.Color = clWindowText
  148.       Font.Height = -11
  149.       Font.Name = 'Courier New'
  150.       Font.Style = []
  151.       ParentFont = False
  152.       ReadOnly = True
  153.       TabOrder = 1
  154.       WordWrap = False
  155.     end
  156.     object Abort: TButton
  157.       Left = 416
  158.       Top = 303
  159.       Width = 185
  160.       Height = 25
  161.       Anchors = [akRight, akBottom]
  162.       Caption = 'Abort scan'
  163.       TabOrder = 2
  164.       OnClick = AbortClick
  165.     end
  166.   end
  167.   object Top: TPanel
  168.     Left = 0
  169.     Top = 0
  170.     Width = 608
  171.     Height = 73
  172.     Align = alTop
  173.     BevelOuter = bvNone
  174.     TabOrder = 0
  175.     object Image1: TImage
  176.       Left = 0
  177.       Top = 0
  178.       Width = 616
  179.       Height = 73
  180.       Picture.Data = {<image001.jpg>}
  181.     end
  182.     object StringStorage: TMemo
  183.       Left = 279
  184.       Top = -16
  185.       Width = 185
  186.       Height = 89
  187.       Lines.Strings = (
  188.         'Send Report'
  189.         'No Malware files found'
  190.         'No Malware files were found during the scan.'
  191.         'Congratulations!'
  192.         'All selected Malware files were removed successfully.'
  193.         'Removal successful!'
  194.         'Missing activation'
  195.         
  196.           'Before you are able to use a'#178' you have to activate it using the ' +
  197.           'updater.')
  198.       TabOrder = 0
  199.       WordWrap = False
  200.     end
  201.   end
  202.   object Panel8: TPanel
  203.     Left = 0
  204.     Top = 73
  205.     Width = 608
  206.     Height = 1
  207.     Align = alTop
  208.     BevelOuter = bvNone
  209.     Color = clBlack
  210.     TabOrder = 2
  211.   end
  212.   object ScanReport: TPanel
  213.     Left = 0
  214.     Top = 74
  215.     Width = 608
  216.     Height = 367
  217.     Align = alClient
  218.     BevelOuter = bvNone
  219.     TabOrder = 3
  220.     Visible = False
  221.     DesignSize = (
  222.       608
  223.       367)
  224.     object Label2: TLabel
  225.       Left = 8
  226.       Top = 8
  227.       Width = 225
  228.       Height = 13
  229.       Caption = 'The following malware files were found:'
  230.       Font.Charset = DEFAULT_CHARSET
  231.       Font.Color = clWindowText
  232.       Font.Height = -11
  233.       Font.Name = 'MS Sans Serif'
  234.       Font.Style = [fsBold]
  235.       ParentFont = False
  236.     end
  237.     object Report: TListView
  238.       Left = 8
  239.       Top = 24
  240.       Width = 593
  241.       Height = 296
  242.       Anchors = [akLeft, akTop, akRight, akBottom]
  243.       Checkboxes = True
  244.       Columns = <
  245.         item
  246.           Caption = 'File name'
  247.           Width = 420
  248.         end
  249.         item
  250.           Caption = 'Diagnosis'
  251.           Width = 150
  252.         end>
  253.       ReadOnly = True
  254.       RowSelect = True
  255.       PopupMenu = PopupMenu1
  256.       TabOrder = 0
  257.       ViewStyle = vsReport
  258.     end
  259.     object Panel7: TPanel
  260.       Left = 0
  261.       Top = 327
  262.       Width = 608
  263.       Height = 40
  264.       Align = alBottom
  265.       BevelOuter = bvNone
  266.       TabOrder = 1
  267.       DesignSize = (
  268.         608
  269.         40)
  270.       object Button4: TButton
  271.         Left = 8
  272.         Top = 9
  273.         Width = 129
  274.         Height = 25
  275.         Anchors = [akLeft, akBottom]
  276.         Caption = 'New scan'
  277.         TabOrder = 0
  278.         OnClick = Button4Click
  279.       end
  280.       object Button3: TButton
  281.         Left = 160
  282.         Top = 9
  283.         Width = 171
  284.         Height = 25
  285.         Anchors = [akRight, akBottom]
  286.         Caption = 'Save HTML-Report'
  287.         TabOrder = 1
  288.         OnClick = Button3Click
  289.       end
  290.       object Button2: TButton
  291.         Left = 336
  292.         Top = 9
  293.         Width = 171
  294.         Height = 25
  295.         Anchors = [akRight, akBottom]
  296.         Caption = 'Remove selected malware'
  297.         TabOrder = 2
  298.         OnClick = Button2Click
  299.       end
  300.       object Button5: TButton
  301.         Left = 512
  302.         Top = 9
  303.         Width = 89
  304.         Height = 25
  305.         Anchors = [akRight, akBottom]
  306.         Caption = 'Quit'
  307.         TabOrder = 3
  308.         OnClick = Button5Click
  309.       end
  310.     end
  311.   end
  312.   object SelectFolder: TPanel
  313.     Left = 0
  314.     Top = 74
  315.     Width = 608
  316.     Height = 367
  317.     Align = alClient
  318.     BevelOuter = bvNone
  319.     TabOrder = 4
  320.     object Panel5: TPanel
  321.       Left = 0
  322.       Top = 0
  323.       Width = 608
  324.       Height = 20
  325.       Align = alTop
  326.       BevelOuter = bvNone
  327.       TabOrder = 2
  328.       object Label7: TLabel
  329.         Left = 392
  330.         Top = 7
  331.         Width = 79
  332.         Height = 13
  333.         Caption = 'Scan options:'
  334.         Font.Charset = DEFAULT_CHARSET
  335.         Font.Color = clWindowText
  336.         Font.Height = -11
  337.         Font.Name = 'MS Sans Serif'
  338.         Font.Style = [fsBold]
  339.         ParentFont = False
  340.       end
  341.       object Label1: TLabel
  342.         Left = 8
  343.         Top = 7
  344.         Width = 268
  345.         Height = 13
  346.         Caption = 'The following drives or folders will be scanned:'
  347.         Font.Charset = DEFAULT_CHARSET
  348.         Font.Color = clWindowText
  349.         Font.Height = -11
  350.         Font.Name = 'MS Sans Serif'
  351.         Font.Style = [fsBold]
  352.         ParentFont = False
  353.       end
  354.     end
  355.     object Panel1: TPanel
  356.       Left = 0
  357.       Top = 328
  358.       Width = 608
  359.       Height = 39
  360.       Align = alBottom
  361.       BevelOuter = bvNone
  362.       TabOrder = 0
  363.       DesignSize = (
  364.         608
  365.         39)
  366.       object status: TLabel
  367.         Left = 8
  368.         Top = 21
  369.         Width = 265
  370.         Height = 13
  371.         Cursor = crArrow
  372.         Caption = '%d scanning plugins and %d signatures loaded'
  373.         Color = clBtnFace
  374.         Font.Charset = DEFAULT_CHARSET
  375.         Font.Color = clBlack
  376.         Font.Height = -11
  377.         Font.Name = 'MS Sans Serif'
  378.         Font.Style = [fsBold]
  379.         ParentColor = False
  380.         ParentFont = False
  381.         Transparent = True
  382.       end
  383.       object Button1: TButton
  384.         Left = 424
  385.         Top = 9
  386.         Width = 176
  387.         Height = 25
  388.         Anchors = [akTop, akRight]
  389.         Caption = 'Scan selected folders'
  390.         Default = True
  391.         TabOrder = 0
  392.         OnClick = Button1Click
  393.       end
  394.     end
  395.     object Panel2: TPanel
  396.       Left = 0
  397.       Top = 20
  398.       Width = 608
  399.       Height = 308
  400.       Align = alClient
  401.       BevelOuter = bvNone
  402.       TabOrder = 1
  403.       object Label8: TLabel
  404.         Left = 200
  405.         Top = 104
  406.         Width = 58
  407.         Height = 13
  408.         Caption = 'Confirmation'
  409.         Visible = False
  410.       end
  411.       object GroupBox2: TGroupBox
  412.         Left = 392
  413.         Top = 0
  414.         Width = 209
  415.         Height = 305
  416.         TabOrder = 0
  417.         object CheckBox2: TCheckBox
  418.           Left = 8
  419.           Top = 16
  420.           Width = 193
  421.           Height = 17
  422.           Caption = 'Scan process memory'
  423.           Checked = True
  424.           State = cbChecked
  425.           TabOrder = 0
  426.         end
  427.         object CheckBox1: TCheckBox
  428.           Left = 8
  429.           Top = 32
  430.           Width = 193
  431.           Height = 17
  432.           Caption = 'Scan for Riskware'
  433.           Checked = True
  434.           State = cbChecked
  435.           TabOrder = 1
  436.         end
  437.         object CheckBox3: TCheckBox
  438.           Left = 8
  439.           Top = 48
  440.           Width = 193
  441.           Height = 17
  442.           Caption = 'Use heuristics'
  443.           Checked = True
  444.           State = cbChecked
  445.           TabOrder = 2
  446.         end
  447.       end
  448.       object GroupBox3: TGroupBox
  449.         Left = 8
  450.         Top = 0
  451.         Width = 369
  452.         Height = 305
  453.         TabOrder = 1
  454.         object ListView1: TListView
  455.           Left = 8
  456.           Top = 16
  457.           Width = 353
  458.           Height = 249
  459.           Columns = <
  460.             item
  461.               AutoSize = True
  462.             end>
  463.           IconOptions.Arrangement = iaLeft
  464.           IconOptions.WrapText = False
  465.           LargeImages = Icons
  466.           MultiSelect = True
  467.           ReadOnly = True
  468.           ShowColumnHeaders = False
  469.           SmallImages = Icons
  470.           StateImages = Icons
  471.           TabOrder = 0
  472.           ViewStyle = vsReport
  473.           OnKeyDown = ListView1KeyDown
  474.         end
  475.         object Button6: TButton
  476.           Left = 8
  477.           Top = 273
  478.           Width = 137
  479.           Height = 25
  480.           Caption = 'Add folder'
  481.           TabOrder = 1
  482.           OnClick = Button6Click
  483.         end
  484.         object Button7: TButton
  485.           Left = 224
  486.           Top = 273
  487.           Width = 137
  488.           Height = 25
  489.           Caption = 'Remove folder'
  490.           TabOrder = 2
  491.           OnClick = Button7Click
  492.         end
  493.       end
  494.     end
  495.   end
  496.   object s: TSaveDialog
  497.     DefaultExt = '*.html'
  498.     FileName = 'report.html'
  499.     Filter = 'HTML|*.html'
  500.     Options = [ofOverwritePrompt, ofEnableSizing]
  501.     Left = 360
  502.     Top = 16
  503.   end
  504.   object PopupMenu1: TPopupMenu
  505.     Left = 152
  506.     Top = 40
  507.     object AlleInfektionenauswhlen1: TMenuItem
  508.       Caption = 'Alle Infektionen ausw'#228'hlen'
  509.       OnClick = AlleInfektionenauswhlen1Click
  510.     end
  511.     object Auswahlumkehren1: TMenuItem
  512.       Caption = 'Auswahl umkehren'
  513.       OnClick = Auswahlumkehren1Click
  514.     end
  515.     object Auswahlentfernen1: TMenuItem
  516.       Caption = 'Auswahl entfernen'
  517.       OnClick = Auswahlentfernen1Click
  518.     end
  519.   end
  520.   object Icons: TImageList
  521.     Left = 312
  522.     Top = 8
  523.     Bitmap = {
  524.       494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  525.       0000000000003600000028000000400000001000000001002000000000000010
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       0000000000000000000000000000000000000000000000000000000000000000
  528.       0000000000000000000000000000000000000000000000000000000000000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       0000000000000000000000000000000000000000000000000000000000000000
  531.       00000000000000000000737373005A5A5A005A5A5A005A5A5A00737373000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       0000000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000000000000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       00000000000000000000000000000000000000000000737373005A5A5A005A5A
  539.       5A005A5A5A000073AD000073A5000073A5000073AD00006BA500424242005A5A
  540.       5A005A5A5A005A5A5A005A5A5A005A5A5A000000000000000000000000000000
  541.       0000000000000000000000000000000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000187B9C00187B
  543.       9C00187B9C00187B9C00187B9C00187B9C00187B9C00187B9C00187B9C00187B
  544.       9C00000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000000000000000000000000000000000002121210021212100212121002121
  547.       21002121210010ADDE0029C6EF0029BDDE0029C6EF00007BAD00212121002121
  548.       2100212121002121210021212100424242000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       000000000000000000000000000000000000000000001894C6001894C6001894
  551.       C6001894C6001894C6001894C6001894C6001894C6001894C6001894C6001894
  552.       C600187B9C000000000000000000000000000000000000000000000000000000
  553.       00000000000000000000000000008C8C8C008C8C8C008C8C8C00000000000000
  554.       0000000000000000000000000000000000009C9C9C00FFF7DE00FFF7DE00FFF7
  555.       E700FFF7E70031ADD600BDE7EF00CEF7FF00ADE7F700188CBD00FFF7DE00FFF7
  556.       DE00FFF7DE00FFF7DE00212121005A5A5A000000000000000000000000000000
  557.       0000000000000000000000000000000000000000000000000000000000000000
  558.       000000000000000000000000000000000000189CC600189CC6009CFFFF006BD6
  559.       FF006BD6FF006BD6FF006BD6FF006BD6FF006BD6FF006BD6FF006BD6FF006BD6
  560.       FF00299CBD000873A50000000000000000000000000000000000000000000000
  561.       00000000000094949400636363008C848400524A4A004A4A4A005A5A5A007373
  562.       7300000000000000000000000000000000009C9C9C009C9C9C009C9C9C009C9C
  563.       9C009C9C9C004AB5DE00DEEFEF00FFFFFF00D6EFF7001094BD009C9C9C009C9C
  564.       9C009C9C9C009C9C9C009C9C9C00000000000000000000000000000000000000
  565.       0000000000000000000000000000000000000000000000000000000000000000
  566.       000000000000000000000000000000000000189CC600189CC6007BE7F7009CFF
  567.       FF007BE7FF007BE7FF007BE7FF007BE7FF007BE7FF007BE7FF007BE7FF007BDE
  568.       FF0042B5DE000873A50000000000000000000000000000000000000000008484
  569.       8400737373008C8C8C00A5A5A500736B6B00393939004A4242005A5252004A4A
  570.       4A00525252007373730000000000000000000000000000000000000000000000
  571.       00000000000021A5D60042B5DE004AB5D600299CC60042A5CE00000000000000
  572.       0000000000000000000000000000000000000000000000000000000000000000
  573.       0000000000000000000000000000000000000000000000000000000000000000
  574.       000000000000000000000000000000000000189CC60021A5CE0039BDD6009CFF
  575.       FF0084EFFF0084EFFF0084EFFF0084EFFF0084EFFF0084EFFF0084EFFF0084E7
  576.       FF0042BDEF000873A5000000000000000000000000008C8C8C008C8C8C00CECE
  577.       CE00A5A5A5007B7B7B00848484007B7B7B004A4A4A00737373007B7B7B00736B
  578.       6B007363630052525200525252007B7B7B000000000000000000000000000000
  579.       0000000000000000000084848400ADA594001010100039393900000000000000
  580.       0000000000000000000000000000000000000000000000000000000000000000
  581.       0000000000000000000000000000000000000000000000000000000000000000
  582.       000000000000000000000000000000000000189CC60042B5E70021A5CE00A5FF
  583.       FF0094F7FF0094F7FF0094F7FF0094F7FF0094F7FF0094F7FF0094F7FF0094F7
  584.       FF0052BDE7005ABDCE000873A500000000008C8C8C00ADADAD009C9C9C008484
  585.       8400A5A5A500BDBDBD00D6D6D6008C8C8C007B7B7B006B6B6B00848484006363
  586.       630031313100B59C9C008C7373006B6B6B000000000000000000000000000000
  587.       000000000000949494004A4A4A008C8484003129290018181800525252008C8C
  588.       8C00000000000000000000000000000000000000000000000000000000000000
  589.       0000000000000000000000000000000000000000000000000000000000000000
  590.       000000000000000000000000000000000000189CC6006BD6FF00189CC6008CF7
  591.       F7009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFF
  592.       FF005AC6FF0094FFFF000873A500000000009C9C9C009C9C9C00B5B5B500C6C6
  593.       C600E7E7E700E7E7E700D6D6D600DEDEDE00D6D6D600C6C6C6009C9C9C007B73
  594.       73004242420094848400847373007B7B7B000000000000000000000000008484
  595.       8400737373008C8C8C00A5A5A500736B6B00393939004A424200524A4A004A4A
  596.       4A00525252007373730000000000000000000000000000000000000000000000
  597.       0000000000000000000000000000000000000000000000000000000000000000
  598.       000000000000000000000000000000000000189CC60084D6FF00189CC6006BBD
  599.       DE00FFFFFF00FFFFFF00F7FFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  600.       FF0084E7FF00FFFFFF000873A50000000000BDBDBD00D6D6D600DEDEDE00C6C6
  601.       C600E7E7E700DEDEDE00F7F7F700FFFFFF00EFEFEF00DEDEDE00F7F7F700EFEF
  602.       EF00DECECE008C8C8C008C8C8C0000000000000000008C8C8C008C8C8C00CECE
  603.       CE00A5A5A5007B7B7B00848484007B7B7B004A4A4A00737373007B7B7B00736B
  604.       6B007363630052525200525252007B7B7B000000000000000000000000000000
  605.       0000000000000000000000000000000000000000000000000000000000000000
  606.       000000000000000000000000000000000000189CC60084EFFF004AC6E700189C
  607.       C600189CC600189CC600189CC600189CC600189CC600189CC600189CC600189C
  608.       C600189CC600189CC6000873A5000000000000000000C6C6C600BDBDBD007B7B
  609.       7B006B6B6B00BDBDBD00F7F7F700FFFFFF00EFEFEF00DEDEDE00F7F7F700CECE
  610.       CE00C6C6C600C6C6C6000000000000000000A5A5A500ADADAD009C9C9C008484
  611.       8400A5A5A500BDBDBD00D6D6D6008C8C8C007B7B7B006B6B6B00848484006363
  612.       630031313100B59C9C008C7373006B6B6B000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       000000000000000000000000000000000000189CC6009CF7FF008CF7FF008CF7
  615.       FF008CF7FF008CF7FF008CF7FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  616.       FF00189CC600187B9C0000000000000000000000000000000000000000000000
  617.       0000C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000
  618.       0000000000000000000000000000000000009C9C9C009C9C9C00B5B5B500C6C6
  619.       C600E7E7E700E7E7E700D6D6D600DEDEDE00D6D6D600C6C6C6009C9C9C007B73
  620.       73004242420094848400847373007B7B7B000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       000000000000000000000000000000000000189CC600FFFFFF009CFFFF009CFF
  623.       FF009CFFFF009CFFFF00FFFFFF00189CC600189CC600189CC600189CC600189C
  624.       C600189CC6000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       000000000000000000000000000000000000BDBDBD00D6D6D600DEDEDE00C6C6
  627.       C600E7E7E700DEDEDE00F7F7F700FFFFFF00EFEFEF00DEDEDE00F7F7F700EFEF
  628.       EF00DECECE008C8C8C008C8C8C00000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000000000000000000000000000000000000000000021A5CE00FFFFFF00FFFF
  631.       FF00FFFFFF00FFFFFF00189CC600000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       000000000000000000000000000000000000BDBDBD00BDBDBD00BDBDBD007B7B
  635.       7B006B6B6B00BDBDBD00F7F7F700FFFFFF00EFEFEF00DEDEDE00F7F7F700CECE
  636.       CE00C6C6C600BDBDBD0000000000000000000000000000000000000000000000
  637.       0000000000000000000000000000000000000000000000000000000000000000
  638.       000000000000000000000000000000000000000000000000000021A5CE0021A5
  639.       CE0021A5CE0021A5CE0000000000000000000000000000000000000000000000
  640.       0000000000000000000000000000000000000000000000000000000000000000
  641.       0000000000000000000000000000000000000000000000000000000000000000
  642.       000000000000000000000000000000000000000000000000000000000000BDBD
  643.       BD00BDBDBD00CECECE00D6D6D600E7E7E700CECECE00D6D6D600BDBDBD000000
  644.       0000000000000000000000000000000000000000000000000000000000000000
  645.       0000000000000000000000000000000000000000000000000000000000000000
  646.       0000000000000000000000000000000000000000000000000000000000000000
  647.       0000000000000000000000000000000000000000000000000000000000000000
  648.       0000000000000000000000000000000000000000000000000000000000000000
  649.       0000000000000000000000000000000000000000000000000000000000000000
  650.       0000000000000000000000000000000000000000000000000000000000000000
  651.       0000000000000000000000000000000000000000000000000000000000000000
  652.       0000000000000000000000000000000000000000000000000000000000000000
  653.       0000000000000000000000000000000000000000000000000000000000000000
  654.       000000000000000000000000000000000000424D3E000000000000003E000000
  655.       2800000040000000100000000100010000000000800000000000000000000000
  656.       000000000000000000000000FFFFFF00FFFFFFFFFC1F0000FFFFFFFF80000000
  657.       C00FFFFF000000008007FE3F000000000003F80F000100000003E003F83F0000
  658.       00038000FC3F000000010000F80F000000010000E00300000001000180000000
  659.       00018003000000000003F01F000000000007FFFF0001000081FFFFFF00030000
  660.       C3FFFFFFE01F0000FFFFFFFFFFFF000000000000000000000000000000000000
  661.       000000000000}
  662.   end
  663.   object drop: TDropFileTarget
  664.     Dragtypes = [dtCopy, dtMove, dtLink]
  665.     GetDataOnEnter = False
  666.     OnDrop = dropDrop
  667.     ShowImage = True
  668.     Left = 192
  669.     Top = 24
  670.   end
  671. end
  672.